From: Glenn Morris Date: Thu, 9 Jul 2009 03:07:16 +0000 (+0000) Subject: (texinfodir): Rename from usermanualdir, and update. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11568 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=75d5aa6b21304bba4f586dfe979cf480b4e0de83;p=emacs.git (texinfodir): Rename from usermanualdir, and update. (clean): Add two-volume.make intermediate files. --- diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 888c295ea60..7c8f1af79c1 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in @@ -27,7 +27,8 @@ srcdir = @srcdir@ VPATH=@srcdir@ infodir = ../../info -usermanualdir = $(srcdir)/../emacs +# Directory with the (customized) texinfo.tex file. +texinfodir = $(srcdir)/../misc TEXI2DVI = texi2dvi SHELL = /bin/sh @@ -100,11 +101,11 @@ $(infodir)/elisp: $(srcs) cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o $(infodir)/elisp elisp.dvi: $(srcs) - $(TEXI2DVI) -I $(srcdir) -I $(usermanualdir) $(srcdir)/elisp.texi + $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi clean: rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ - *.vr *.vrs *.pg *.pgs *.ky *.kys + *.vr *.vrs *.pg *.pgs *.ky *.kys elisp[12]* rm -f make.out core distclean: clean